enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Suivi des espèces d’oiseaux dans le cadre des travaux d’extension du port de Port-La Nouvelle

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Coordonnées
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
                       
Coordonnées
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
                       
Type de suivi
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
compartime
Type
texte
Exemple
                       
nom_scientique
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_scient
Type
texte
Exemple
                       
nom_vernaculaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_vernac
Type
texte
Exemple
                       
enjeu local
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
enjeu
Type
texte
Exemple
                       
nombre
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
effectif_p
Type
int
Exemple
                       
estimation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
estimation
Type
texte
Exemple
                       
comportement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
comporteme
Type
texte
Exemple
                       
commentaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commentair
Type
texte
Exemple
                       
date d’observation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_obser
Type
texte
Exemple
                       
observateur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
observateu
Type
texte
Exemple
                       
date_creat
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_creat
Type
texte
Exemple
                       
departement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
departemen
Type
texte
Exemple
                       
proprietai
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
proprietai
Type
texte
Exemple
                       
hauteur_vo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hauteur_vo
Type
texte
Exemple
                       
Periode
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
periode
Type
texte
Exemple
                       
classe
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
classe
Type
int
Exemple
                       
enjeu_note
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
enjeu_note
Type
int
Exemple
                       
source
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"oiseaux-pointage-2021-2022",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/oiseaux-pointage-2021-2022"
      }
    ]
    ,
  • "definitions":
    {
    • "oiseaux-pointage-2021-2022":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/oiseaux-pointage-2021-2022_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "oiseaux-pointage-2021-2022_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Coordonnées",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Coordonnées",
                • "description":""
                }
                ,
              • "compartime":
                {
                • "type":"string",
                • "title":"Type de suivi",
                • "description":""
                }
                ,
              • "nom_scient":
                {
                • "type":"string",
                • "title":"nom_scientique",
                • "description":""
                }
                ,
              • "nom_vernac":
                {
                • "type":"string",
                • "title":"nom_vernaculaire",
                • "description":""
                }
                ,
              • "enjeu":
                {
                • "type":"string",
                • "title":"enjeu local",
                • "description":""
                }
                ,
              • "effectif_p":
                {
                • "type":"integer",
                • "title":"nombre",
                • "description":""
                }
                ,
              • "estimation":
                {
                • "type":"string",
                • "title":"estimation",
                • "description":""
                }
                ,
              • "comporteme":
                {
                • "type":"string",
                • "title":"comportement",
                • "description":""
                }
                ,
              • "commentair":
                {
                • "type":"string",
                • "title":"commentaire",
                • "description":""
                }
                ,
              • "date_obser":
                {
                • "type":"string",
                • "title":"date d’observation",
                • "description":""
                }
                ,
              • "observateu":
                {
                • "type":"string",
                • "title":"observateur",
                • "description":""
                }
                ,
              • "date_creat":
                {
                • "type":"string",
                • "title":"date_creat",
                • "description":""
                }
                ,
              • "departemen":
                {
                • "type":"string",
                • "title":"departement",
                • "description":""
                }
                ,
              • "proprietai":
                {
                • "type":"string",
                • "title":"proprietai",
                • "description":""
                }
                ,
              • "hauteur_vo":
                {
                • "type":"string",
                • "title":"hauteur_vo",
                • "description":""
                }
                ,
              • "periode":
                {
                • "type":"string",
                • "title":"Periode",
                • "description":""
                }
                ,
              • "classe":
                {
                • "type":"integer",
                • "title":"classe",
                • "description":""
                }
                ,
              • "enjeu_note":
                {
                • "type":"integer",
                • "title":"enjeu_note",
                • "description":""
                }
                ,
              • "source":
                {
                • "type":"string",
                • "title":"source",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires